LM GET PERCENT

This command gets the estimated percentage of the light map calculation that has completed.

  Syntax
return float = LM Get Percent( )  

  Parameters

This command does not need any parameters.
  Returns

s The percentage the lightmap thread has completed (0-100), -1 if no thread found.

  Description

The first 48% is allocated to assigning objects to textures, the next 48% is assigned to calculating the light falling on each object. The final 4% is for saving the textures and applying them to the objects.